home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plsfile < prev    next >
Text File  |  1994-09-14  |  429b  |  23 lines

  1. plsfile:
  2.  
  3. Synopsis: Set the output file name for plotting.
  4.  
  5. Syntax: plsfile ( FILENAME )
  6.  
  7. Description:
  8.  
  9.     plsfile sets the output for plotting purposes to the file
  10.     named FILENAME. plsfile must be used prior to pstart or plot.
  11.  
  12.     plsfile is most useful for creating postcript output in
  13.     "batch" mode. For example:
  14.  
  15.  
  16.         plsfile ("output.ps");
  17.         pstart (,,"ps");
  18.         plot (M);
  19.  
  20.     sends the output to `output.ps'.
  21.  
  22. See Also: pstart, plot
  23.